serialize
Deprecated
Deprecated and will be removed
Replace with
with(NimbusSdJwtOps) { serialize() }Content copied to clipboard
Deprecated
Deprecated and will be removed in a future release
Replace with
with(SdJwtSerializationOps<JWT>(serializeJwt, { error("Not Used") })) { serialize() }Content copied to clipboard
Serializes an SdJwt in combined format without key binding
Receiver
the SD-JWT to serialize
Return
the serialized format of the SD-JWT
Parameters
serialize Jwt
a function to serialize the JWT
JWT
the type representing the JWT part of the SD-JWT